Skip to content

Add trash quick action extension point to web dev docs#372

Merged
AlexAndBear merged 3 commits intomainfrom
trash-quick-actions
Jul 11, 2025
Merged

Add trash quick action extension point to web dev docs#372
AlexAndBear merged 3 commits intomainfrom
trash-quick-actions

Conversation

@AlexAndBear
Copy link
Copy Markdown
Member

No description provided.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds documentation for a new extension point that enables quick actions in the trash overview interface. This addition allows developers to create extensions that provide quick actions specifically for files in the trash, expanding the available extension points for file management operations.

  • Adds documentation for the app.files.trash-quick-actions extension point

Comment on lines +154 to 155
10. Quick actions for the trash overview. ExtensionPointId `app.files.trash-quick-actions`. Mounts extensions of type `action`.
4. Global search providers. ExtensionPointId `app.search.providers`. Utilizes extensions of type `search` as search engines for the search input in the global top bar.
Copy link

Copilot AI Jul 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The numbering sequence is disrupted. This line introduces item 10 within a sub-list of item 3, which already has 9 sub-items. Consider renumbering this as item 10 under the main list or restructuring the numbering to maintain clarity.

Suggested change
10. Quick actions for the trash overview. ExtensionPointId `app.files.trash-quick-actions`. Mounts extensions of type `action`.
4. Global search providers. ExtensionPointId `app.search.providers`. Utilizes extensions of type `search` as search engines for the search input in the global top bar.
4. Quick actions for the trash overview. ExtensionPointId `app.files.trash-quick-actions`. Mounts extensions of type `action`.
5. Global search providers. ExtensionPointId `app.search.providers`. Utilizes extensions of type `search` as search engines for the search input in the global top bar.

Copilot uses AI. Check for mistakes.
@AlexAndBear
Copy link
Copy Markdown
Member Author

ci stuck. Manually triggering doesn't solve the issue

Copy link
Copy Markdown
Contributor

@Svanvith Svanvith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment thread docs/dev/web/extension-system/index.md
Comment thread docs/dev/web/extension-system/index.md Outdated
@AlexAndBear AlexAndBear merged commit c5dd03a into main Jul 11, 2025
1 check passed
@AlexAndBear AlexAndBear deleted the trash-quick-actions branch July 11, 2025 11:27
@openclouders openclouders mentioned this pull request Jul 11, 2025
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants